.diy-captcha-image-div{
	clear: both;
	float: left;
	margin-top: 12px;
	position: relative;
	margin-right: 10px ;
}
.diy-captcha-image-div img{
	max-width: 100%;
}
.diy-captcha-image-div a{
	display: block;
	width: 16px;
	height:16px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	top: 0;
	background: url('../gfx/reload-Icon.jpg') no-repeat 0 0;
	border: 1px solid #ccc;
}
.diy-captcha-input-block{
	float: left;
	width: 100px

}
.diy-captcha-input-block label{
	display: inline-block;
}
.captcha-element .error{
	clear: both;
}




